home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / DBCREATE.ZIP / READ.ME < prev    next >
Text File  |  1993-11-03  |  968b  |  28 lines

  1.     Programatic Database Creation Utility for Visual Basic v3.0
  2.                  by Dirigible Software
  3.  
  4.  
  5.     This program is used to take existing .MDB files and translate their
  6. structure into VB code. It is extremely simple to use; the instructions
  7. appear on-screen.
  8.  
  9.     The reason we wrote the code was this: it was easy to create
  10. databases using Access (or Data Manager), but we didn't want to distribute
  11. the actual .MDB files themselves. We wanted to, as part of our setup
  12. routine, create the necessary .MDB files, as well as having a good method of
  13. documenting the database structures (programatically).
  14.  
  15.     If you want the source or have any questions you can call us at 
  16. (310) 614-9466 or leave e-mail at PROGRAM396@AOL.COM.
  17.  
  18.     We hope you find it usefull...
  19.  
  20.  
  21. NOTE:
  22. -----
  23.  
  24.     BUGFIXES and Changes:
  25.             - Multiple Indexes no work properly
  26.             - Added Multiple recursions of translation
  27.             - Added Status Box
  28.             - MousePointer is no hourglass during operation